fix: prevent navigation buttons from wrapping on smaller screens#9721
fix: prevent navigation buttons from wrapping on smaller screens#9721
Conversation
Review completed. No issues found. The changes appropriately prevent navigation button wrapping by adding Mention @roomote in a comment to request specific changes to this pull request or fix all unresolved issues. |
|
🚀 Preview deployed! Your changes have been deployed to Vercel: Preview URL: https://roo-code-website-q4werq270-roo-code.vercel.app This preview will be updated automatically when you push new commits to this PR. |
Review completed. No issues found. The changes appropriately prevent navigation button wrapping by adding Mention @roomote in a comment to request specific changes to this pull request or fix all unresolved issues. |
Fixed the navigation buttons on the right side of the top nav from wrapping by adding
flex-shrink-0to the button containers andwhitespace-nowrapto each button.Changes
flex-shrink-0to the right-side button container to prevent it from shrinkingflex-shrink-0to the inner flex container (ThemeToggle + GitHub link)whitespace-nowrapto GitHub stars link, Install button, and Log in button to prevent text wrapping within buttonsTesting
View task on Roo Code Cloud
Important
Prevents navigation buttons from wrapping on smaller screens by adding
flex-shrink-0andwhitespace-nowrapinnav-bar.tsx.flex-shrink-0to the right-side button container and inner flex container innav-bar.tsx.whitespace-nowrapto GitHub stars link, Install button, and Log in button innav-bar.tsxto prevent text wrapping.This description was created by
for 1081cec. You can customize this summary. It will automatically update as commits are pushed.